home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr49 / 139_01.zip / CATALOG < prev    next >
Text File  |  1993-06-03  |  3KB  |  164 lines

  1. /*
  2.         C A T A L O G
  3. Collection of headers for non .C or .H files.
  4.  
  5.  
  6. TITLE:        Karel The Robot;
  7. VERSION:    1.0;
  8. DATE:        09/27/1984;
  9. DESCRIPTION:
  10.     "Uses CP/M SUBMIT for automatic world-building and
  11.      execution of program created using KED.";
  12. SYSTEM:        CP/M 2+;
  13. FILENAME:    KAREL.SUB;
  14. AUTHORS:    Linda Rising;
  15. COMPILERS:    BDS C;
  16. REFERENCES:
  17.     AUTHOR: Richard E. Pattis;
  18.     TITLE: "KAREL the Robot: A Gentle Introduction
  19.         to the Art of Programming";
  20.     CITATION: "";
  21. ENDREF
  22. */
  23.  
  24.  
  25. /*
  26. TITLE:        Karel The Robot;
  27. VERSION:    1.0;
  28. DATE:        09/27/1984;
  29. DESCRIPTION:
  30.     "Compiled version of KAREL1.C.";
  31. SYSTEM:        CP/M 2+;
  32. FILENAME:    KAREL1.COM;
  33. AUTHORS:    Linda Rising;
  34. COMPILERS:    BDS C;
  35. REFERENCES:
  36.     AUTHOR: Richard E. Pattis;
  37.     TITLE: "KAREL the Robot: A Gentle Introduction
  38.         to the Art of Programming";
  39.     CITATION: "";
  40. ENDREF
  41. */
  42.  
  43.  
  44. /*
  45. TITLE:        Karel The Robot;
  46. VERSION:    1.0;
  47. DATE:        09/27/1984;
  48. DESCRIPTION:
  49.     "Compiled version of KED.C.";
  50. SYSTEM:        CP/M 2+;
  51. FILENAME:    KED.COM;
  52. AUTHORS:    Linda Rising;
  53. COMPILERS:    BDS C;
  54. REFERENCES:
  55.     AUTHOR: Richard E. Pattis;
  56.     TITLE: "KAREL the Robot: A Gentle Introduction
  57.         to the Art of Programming";
  58.     CITATION: "";
  59. ENDREF
  60. */
  61.  
  62.  
  63. /*
  64. TITLE:        Karel The Robot;
  65. VERSION:    1.0;
  66. DATE:        09/27/1984;
  67. DESCRIPTION:
  68.     "Listing of valid commands for KED editor.";
  69. KEYWORDS:    Commands;
  70. SYSTEM:        CP/M 2+;
  71. FILENAME:    MENU.DOC;
  72. AUTHORS:    Linda Rising;
  73. COMPILERS:    BDS C;
  74. REFERENCES:
  75.     AUTHOR: Richard E. Pattis;
  76.     TITLE: "KAREL the Robot: A Gentle Introduction
  77.         to the Art of Programming";
  78.     CITATION: "";
  79. ENDREF
  80. */
  81.  
  82.  
  83. /*
  84. TITLE:        Karel The Robot;
  85. VERSION:    1.0;
  86. DATE:        09/27/1984;
  87. DESCRIPTION:
  88.     "Notes on files and compilation instructions.";
  89. KEYWORDS:    Files, help;
  90. SYSTEM:        CP/M 2+;
  91. FILENAME:    README.DOC;
  92. AUTHORS:    Linda Rising;
  93. COMPILERS:    BDS C;
  94. REFERENCES:
  95.     AUTHOR: Richard E. Pattis;
  96.     TITLE: "KAREL the Robot: A Gentle Introduction
  97.         to the Art of Programming";
  98.     CITATION: "";
  99. ENDREF
  100. */
  101.  
  102.  
  103. /*
  104. TITLE:        Karel The Robot;
  105. VERSION:    1.0;
  106. DATE:        09/27/1984;
  107. DESCRIPTION:
  108.     "More help and general information.";
  109. KEYWORDS:    Files, Help, information;
  110. SYSTEM:        CP/M 2+;
  111. FILENAME:    README2.DOC;
  112. AUTHORS:    Linda Rising;
  113. COMPILERS:    BDS C;
  114. REFERENCES:
  115.     AUTHOR: Richard E. Pattis;
  116.     TITLE: "KAREL the Robot: A Gentle Introduction
  117.         to the Art of Programming";
  118.     CITATION: "";
  119. ENDREF
  120. */
  121.  
  122.  
  123. /*
  124. TITLE:        Karel The Robot;
  125. VERSION:    1.0;
  126. DATE:        09/27/1984;
  127. DESCRIPTION:
  128.     "User's Guide on KAREL the Robot and KED, the
  129.      syntax-directed editor.  Information on how to
  130.      run the programs.";
  131. KEYWORDS:    Robot, Simulator, Editor, help, information;
  132. SYSTEM:        CP/M 2+;
  133. FILENAME:    UGUIDE.DOC;
  134. AUTHORS:    Linda Rising;
  135. COMPILERS:    BDS C;
  136. REFERENCES:
  137.     AUTHOR: Richard E. Pattis;
  138.     TITLE: "KAREL the Robot: A Gentle Introduction
  139.         to the Art of Programming";
  140.     CITATION: "";
  141. ENDREF
  142. */
  143.  
  144.  
  145. /*
  146. TITLE:        Karel The Robot;
  147. VERSION:    1.0;
  148. DATE:        09/27/1984;
  149. DESCRIPTION:
  150.     "Examples of KED sessions.  To be used along
  151.      with the user's guide as tutorial.";
  152. KEYWORDS:    Help, examples;
  153. SYSTEM:        CP/M 2+;
  154. FILENAME:    SESSIONS.DOC
  155. AUTHORS:    Linda Rising;
  156. COMPILERS:    BDS C;
  157. REFERENCES:
  158.     AUTHOR: Richard E. Pattis;
  159.     TITLE: "KAREL the Robot: A Gentle Introduction
  160.         to the Art of Programming";
  161.     CITATION: "";
  162. ENDREF
  163. */
  164.